ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialSeries<T> Class
Members

In This Topic
    FinancialSeries<T> Class
    In This Topic
    Represents a series of data points to display in the chart.
    Object Model
    FinancialSeries<T> Class
    Syntax
    'Declaration
     
    Public Class FinancialSeries(Of T) 
       Inherits C1.Web.Mvc.ChartSeriesBase(Of T)
    public class FinancialSeries<T> : C1.Web.Mvc.ChartSeriesBase<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.Finance.FinancialSeries<T>

    See Also